home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 264_01 / du.doc < prev    next >
Text File  |  1980-01-01  |  512b  |  19 lines

  1. DU
  2.  
  3. Purpose
  4. summarize disk usage
  5.  
  6. Syntax
  7. du [-as] [path...]
  8.  
  9. Comments
  10. Du displays the number of kilobytes used by all files and, recursively,
  11. directories within each specified directory or filename.  The default
  12. action is to display an entry for each directory only.  The default path
  13. is ".".  Non-directories given as arguments are not listed unless the -a
  14. option is given.
  15.  
  16. Options
  17. -a      display an entry for all files
  18. -s      display only the grand total
  19.